chore(cli): temporarily fix pnpm install warnning messages#177
Merged
fengmk2 merged 1 commit intoSep 22, 2025
Merged
Conversation
This was referenced Sep 22, 2025
Member
Author
fengmk2
force-pushed
the
09-21-fix_cli_add_missing_lib_command
branch
from
September 22, 2025 01:38
e569935 to
b82700f
Compare
fengmk2
force-pushed
the
09-22-chore_cli_temporarily_add_vite_to_allow_any_peerdeps
branch
from
September 22, 2025 01:38
7fc6bde to
e1f4e74
Compare
fengmk2
force-pushed
the
09-21-fix_cli_add_missing_lib_command
branch
2 times, most recently
from
September 22, 2025 01:59
24b2f36 to
e042d94
Compare
fengmk2
force-pushed
the
09-22-chore_cli_temporarily_add_vite_to_allow_any_peerdeps
branch
2 times, most recently
from
September 22, 2025 02:32
aa027a5 to
4f878e6
Compare
fengmk2
marked this pull request as ready for review
September 22, 2025 02:33
fengmk2
force-pushed
the
09-21-fix_cli_add_missing_lib_command
branch
from
September 22, 2025 02:54
e042d94 to
3e7a55b
Compare
fengmk2
force-pushed
the
09-22-chore_cli_temporarily_add_vite_to_allow_any_peerdeps
branch
2 times, most recently
from
September 22, 2025 04:41
c9a37c4 to
fc70993
Compare
fengmk2
force-pushed
the
09-22-chore_cli_temporarily_add_vite_to_allow_any_peerdeps
branch
from
September 22, 2025 04:43
fc70993 to
8bb4b9f
Compare
wan9chi
approved these changes
Sep 22, 2025
fengmk2
changed the base branch from
09-21-fix_cli_add_missing_lib_command
to
graphite-base/177
September 22, 2025 07:21
fengmk2
force-pushed
the
09-22-chore_cli_temporarily_add_vite_to_allow_any_peerdeps
branch
from
September 22, 2025 07:22
8bb4b9f to
e63a92d
Compare
fengmk2
force-pushed
the
graphite-base/177
branch
from
September 22, 2025 07:22
3e7a55b to
bb4d82b
Compare
fengmk2
force-pushed
the
09-22-chore_cli_temporarily_add_vite_to_allow_any_peerdeps
branch
from
September 22, 2025 07:22
e63a92d to
9bbc43f
Compare
Member
Author
fengmk2
deleted the
09-22-chore_cli_temporarily_add_vite_to_allow_any_peerdeps
branch
September 22, 2025 07:28
This was referenced Sep 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

TL;DR
Added catalog versioning for dev dependencies and updated peer dependency rules for vite in monorepo templates.
What changed?
fixPackageJsonForVitePlusfunction to use catalog versioning for common dev dependencies when not using Vite Plus@types/node,bumpp,happy-dom,vitest,typescript,tsdown, andvitepnpm-workspace.yamlto include peer dependency rules that allow any version of viteHow to test?
Why make this change?
This change improves dependency management in projects by leveraging catalog versioning for common dev dependencies, ensuring consistent versions across projects. The peer dependency rule for vite helps prevent version conflicts when different packages in the monorepo have different vite version requirements.